home *** CD-ROM | disk | FTP | other *** search
- global CurrentStep
-
- on mouseDown
- if CurrentStep < 12 then
- set CurrentStep to CurrentStep + 1
- set currentPos to 206 + (CurrentStep * 100 / 12)
- set the locV of sprite 47 to currentPos
- set the locV of sprite 4 to 160 - (CurrentStep * 75)
- set the memberNum of sprite 50 to 289 + (4 * CurrentStep)
- set the memberNum of sprite 54 to 290 + (4 * CurrentStep)
- set the memberNum of sprite 58 to 291 + (4 * CurrentStep)
- set the memberNum of sprite 66 to 292 + (4 * CurrentStep)
- set the memberNum of sprite 70 to 293 + (4 * CurrentStep)
- set the memberNum of sprite 74 to 294 + (4 * CurrentStep)
- set the memberNum of sprite 78 to 295 + (4 * CurrentStep)
- set the memberNum of sprite 82 to 296 + (4 * CurrentStep)
- updateStage()
- end if
- end
-